home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / samples / bsmtp / transports < prev    next >
Encoding:
Text File  |  1991-01-13  |  572 b   |  15 lines

  1. # @(#)samples/bsmtp/transports    1.3 1/13/91 19:34:51
  2.  
  3. # accumulate messages into a directory on a per-host basis
  4. batch_smtp:
  5.     # the appendfile driver can also accumulate in directories
  6.     driver=appendfile,
  7.     -max_addrs,    # include all host's recipient addresses in one message
  8.     -max_chars,    # don't limit total size of recipient addresses
  9.     hbsmtp;        # half-baked BSMTP, no HELO or QUIT
  10.  
  11.     # files whose names begin with `q' will be placed here:
  12.     dir=/usr/spool/smail/outq/${lc:host},
  13.     user=cronjobs,    # files will be owned by this user
  14.     mode=0600,    # and unreadable by other users
  15.